home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 8_scripts / commander < prev    next >
Text File  |  2001-03-21  |  2KB  |  52 lines

  1. Synopsis:
  2.    load commander
  3.  
  4. Description:
  5.    This script sets a number of meta-key bindings.  Each key is bound to
  6.    some commonly-used function.  All of the keys shown are prefixed with
  7.    the ESC key.
  8.  
  9.      Key  Description                                                     
  10.       a   prompts for away message, none will remove away status
  11.       c   same as NAMES, for current channel
  12.       d   runs /countrywho alias (depricated)
  13.       e   prompts for command to EXEC
  14.       f   joins channel last invited to
  15.       g   queries last user seen by NOTIFY; clears $STATUS_USER
  16.       h   runs /localwho (loaded from default LOCAL script)
  17.       i   invites last MSG recipient to current channel
  18.       j   same as WHOIS, for last person to join current channel
  19.       k   leaves current channel and kills its window
  20.       l   same as LIST (3 user minimum, public, topic set)
  21.       m   queries last MSG sender; clears $STATUS_USER
  22.       n   same as NAMES (2 user minimum, public)
  23.       o   same as WHO with -o switch
  24.       p   makes current channel private
  25.       q   same as QUERY; clears $STATUS_USER
  26.       r   queries last MSG recipient; clears $STATUS_USER
  27.       s   bound to SWITCH_CHANNELS function
  28.       t   prompts for new channel topic, none will display current
  29.       u   same as LUSERS
  30.       w   same as WHO for current channel (if any)
  31.       x   same as WHOIS for last MSG recipient
  32.       y   toggles SCROLL setting
  33.       z   toggles HOLD_MODE setting
  34.       ,   same as FLUSH
  35.      TAB  same as CLEAR
  36.  
  37. See Also:
  38.    away(1); bind(4) meta1_character, switch_channels; clear(4); exec(5);
  39.    flush(2); invite(1); join(1); keybinds(8); list(2); load(5); lusers(2);
  40.    msg(1); names(2); notify(1); query(1); set(4) hold_mode, scroll,
  41.    status_user; who(2); whois(2); window(4) kill
  42.  
  43. Bugs:
  44.    The /countrywho alias is no longer present in any script distributed with
  45.    the client.  Thus, ESC-d will fail.
  46.  
  47. Other Notes:
  48.    This script assumes that META1_CHARACTER has been bound to the escape
  49.    key.  If not, use the appropriate meta key.  It was written by Carl von
  50.    Loesch (lynx).
  51.  
  52.